addNewFiles();
} catch (Exception e) {
e.printStackTrace();
Utils.deleteFile(JSON_FILE_LOCATION);
loadPlugins(JSON_FILE_LOCATION);
}
}
} catch (Exception e) {
e.printStackTrace();
if (Utils.fileExists(JSON_FILE_LOCATION)) {
Utils.deleteFile(JSON_FILE_LOCATION);
loadPlugins(JSON_FILE_LOCATION);
}
}